home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / gad.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.7 KB  |  96 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Graphics to PDL Aid
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : SYSCON Corp
  7. --                   : 3990 Sherman Street, San Diego CA 92110
  8. --                   : John Reddan
  9. --                   : (619) 296-0085
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 by Syscon Corp. 
  14. -- DATE CREATED      : 
  15. -- DATE RELEASED     : 
  16. -- DATE LAST UPDATED : 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : DEC Ada / VMS
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : PROGRAM DESIGN LANGUAGE
  21. -- CATEGORY LEVEL 2  : Graphics to PDL Aid
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : PDL
  26. -- INDEX             : Graphics
  27. -- INDEX             : Program Design Language
  28. -- INDEX             : Language, Program Design
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : WIS_TOOL_20_1
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.PDL>GAD*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.PDL>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   GAD.CM2                2030          46
  39. --   GAD.CMM                 585          30
  40. --   GAD.PRO                4760          94
  41. --   GAD.SRC             1034745       24107
  42. --   GADABS.DOC             3036          56
  43. --   GADCDR.MIN             8994         206
  44. --   GADDESIGN.DOC        269602        4465
  45. --   GADEXAMPL.GPH        102578         378
  46. --   GADHELP.HLP           43523        1181
  47. --   GADSRC.DIS             1615          40
  48. --   GADTECH.INF          187808        3952
  49. --   GADUSERS.MAN         185315        4496
  50. --   ===============  ==========  ==========
  51. --    12 Files           1844591       39051
  52. --= ABSTRACT             ===============================================--
  53. --         The Graphic Ada Designer is a specialized  tool  for  creating
  54. -- graphical Object Oriented Design Diagrams (OODDs) for Ada programs and
  55. -- the Program Design Language (PDL) representations associated with each
  56. -- OODD.   The  Graphic  Ada Designer is principally targeted towards the
  57. -- interactive development of these block-like diagrams in support of the
  58. -- development  of Ada software.  In particular it is designed to support
  59. -- a variant of the Ada Graphic Notation developed  by  SYSCON  from  the
  60. -- Object  Oriented  Design  work  of  Grady  Booch and a presentation on
  61. -- graphical techniques for analysis given by Dr.  R.  Buhr  of  Carleton
  62. -- University  (see  "Software  Engineering with Ada" by Grady Booch, and
  63. -- "System Design with Ada" by R.J.A.  Buhr).
  64. -- 
  65. --         The  Graphic  Ada  Designer  requires  a  bit-mapped  graphics
  66. -- terminal supporting at least a minimal display list  capability.   The
  67. -- implementation  will  use  GKS  interfaces when possible.  Significant
  68. -- emphasis will be placed on the transportability  of  the  applications
  69. -- software,  with  execution  efficiency being a secondary consideration
  70. -- (i.e., when due to its device and system dependent nature).
  71. --= REVISION HISTORY     ===============================================--
  72. --
  73. -- DATE       VERSION        AUTHOR                  HISTORY 
  74. --            1.0            Syscon              Initial Release
  75. --= RELEASE NOTICE       ===============================================--
  76. -- This prologue must be included in all copies of this software.
  77. -- 
  78. -- This software is copyright by the author.
  79. -- 
  80. -- This software is released to the Ada community.
  81. -- This software is released to the Public Domain (note:
  82. --   software released to the Public Domain is not subject
  83. --   to copyright protection).
  84. -- Restrictions on use or distribution:  NONE
  85. --= DISCLAIMER           ===============================================--
  86. --     This software and its documentation are provided "AS IS" and
  87. -- without any expressed or implied warranties whatsoever.  No warranties
  88. -- as to performance, merchantability, or fitness for a particular
  89. -- purpose exist.
  90. --     The user is advised to test the software thoroughly before
  91. -- relying on it.  The user must assume the entire risk and liability of
  92. -- using this software.  In no event shall any person or organization of
  93. -- people be held responsible for any direct, indirect, consequential or
  94. -- inconsequential damages or lost profits.
  95. --======================================================================--
  96.